home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Oberon⁄F™ 1.1 / Dev / Docu / Markers (.txt) < prev    next >
Encoding:
Oberon Document  |  1995-08-09  |  1.8 KB  |  45 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. DevMarkers
  25. DEFINITION DevMarkers;
  26.     PROCEDURE  NextError;
  27.     PROCEDURE  ToggleCurrent;
  28.     PROCEDURE  UnmarkErrors;
  29. END DevMarkers.
  30. PROCEDURE NextError
  31. Guard: TextCmds.FocusGuard
  32. Move caret forward after the next error marker. If there is none, the text is scrolled to the beginning.
  33. PROCEDURE ToggleCurrent
  34. Guard: TextCmds.FocusGuard
  35. Toggle the state of the marker before the caret.
  36. PROCEDURE UnmarkErrors
  37. Guard: TextCmds.FocusGuard
  38. Removes all error markers.
  39. TextControllers.StdCtrlDesc
  40. TextControllers.ControllerDesc
  41. Containers.ControllerDesc
  42. Controllers.ControllerDesc
  43. Helvetica
  44. Documents.ControllerDesc
  45.